[GI] Fix gtk_tree_view_get_cursor() transfer annotation
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 26 Jan 2011 13:39:50 +0000 (14:39 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 26 Jan 2011 13:39:50 +0000 (14:39 +0100)
gtk/gtktreeview.c

index 9490419b99bb398cd3da0ddcb49940cc13da0029..674bc2fd7e8e29535561291d95e4457736ab091b 100644 (file)
@@ -13250,8 +13250,8 @@ gtk_tree_view_real_set_cursor (GtkTreeView     *tree_view,
 /**
  * gtk_tree_view_get_cursor:
  * @tree_view: A #GtkTreeView
- * @path: (out) (allow-none): A pointer to be filled with the current cursor path, or %NULL
- * @focus_column: (out) (allow-none): A pointer to be filled with the current focus column, or %NULL
+ * @path: (out) (transfer full) (allow-none): A pointer to be filled with the current cursor path, or %NULL
+ * @focus_column: (out) (transfer none) (allow-none): A pointer to be filled with the current focus column, or %NULL
  *
  * Fills in @path and @focus_column with the current path and focus column.  If
  * the cursor isn't currently set, then *@path will be %NULL.  If no column